home *** CD-ROM | disk | FTP | other *** search
/ Mantenimiento Redes Del PC / Mantenimiento Redes Del PC.iso / recomen / ajour112 / ajour.exe / 0 / RCDATA / TLOGINDIALOG / TLOGINDIALOG.txt
Text File  |  1997-05-01  |  2KB  |  99 lines

  1. object LoginDialog: TLoginDialog
  2.   Left = 213
  3.   Top = 99
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Login'
  7.   ClientHeight = 147
  8.   ClientWidth = 273
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKButton: TButton
  17.     Left = 109
  18.     Top = 114
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object CancelButton: TButton
  27.     Left = 190
  28.     Top = 114
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object Panel: TPanel
  37.     Left = 8
  38.     Top = 7
  39.     Width = 257
  40.     Height = 98
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     TabOrder = 2
  44.     object Label1: TLabel
  45.       Left = 10
  46.       Top = 39
  47.       Width = 56
  48.       Height = 13
  49.       Caption = '&User Name:'
  50.       FocusControl = UserName
  51.     end
  52.     object Label2: TLabel
  53.       Left = 10
  54.       Top = 67
  55.       Width = 49
  56.       Height = 13
  57.       Caption = '&Password:'
  58.       FocusControl = Password
  59.     end
  60.     object Label3: TLabel
  61.       Left = 10
  62.       Top = 6
  63.       Width = 49
  64.       Height = 13
  65.       Caption = 'Database:'
  66.     end
  67.     object DatabaseName: TLabel
  68.       Left = 91
  69.       Top = 6
  70.       Width = 3
  71.       Height = 13
  72.     end
  73.     object Bevel: TBevel
  74.       Left = 1
  75.       Top = 24
  76.       Width = 254
  77.       Height = 9
  78.       Shape = bsTopLine
  79.     end
  80.     object UserName: TEdit
  81.       Left = 88
  82.       Top = 36
  83.       Width = 153
  84.       Height = 21
  85.       MaxLength = 31
  86.       TabOrder = 0
  87.     end
  88.     object Password: TEdit
  89.       Left = 88
  90.       Top = 64
  91.       Width = 153
  92.       Height = 21
  93.       MaxLength = 31
  94.       PasswordChar = '*'
  95.       TabOrder = 1
  96.     end
  97.   end
  98. end
  99.